type modernc.org/sqlite.conn (struct)

Method Implmentations (37 other methods implement nothing)

Begin() (driver.Tx, error) (*T).M : database/sql/driver.Conn.Begin
BeginTx(ctx context.Context, opts driver.TxOptions) (driver.Tx, error) (*T).M : database/sql/driver.ConnBeginTx.BeginTx
Close() error (*T).M : database/sql/driver.Conn.Close (*T).M : io.Closer.Close
Exec(query string, args []driver.Value) (driver.Result, error) (*T).M : database/sql/driver.Execer.Exec
ExecContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Result, error) (*T).M : database/sql/driver.ExecerContext.ExecContext
Ping(ctx context.Context) error (*T).M : database/sql/driver.Pinger.Ping
Prepare(query string) (driver.Stmt, error) (*T).M : database/sql/driver.Conn.Prepare
Query(query string, args []driver.Value) (driver.Rows, error) (*T).M : database/sql/driver.Queryer.Query
QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error) (*T).M : database/sql/driver.QueryerContext.QueryContext